home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_64 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-03-20  |  124 b   |  9 lines

  1. on(release){
  2.    set("../../:priority",_name);
  3.    call("up");
  4.    tellTarget("../")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.